﻿2026-07-19T14:59:12.3359637Z ##[group]Run actions/checkout@v5
2026-07-19T14:59:12.3360398Z with:
2026-07-19T14:59:12.3360746Z   fetch-depth: 2
2026-07-19T14:59:12.3361123Z   repository: BigscreenVR/spt-bs-core
2026-07-19T14:59:12.3363853Z   token: ***
2026-07-19T14:59:12.3364205Z   ssh-strict: true
2026-07-19T14:59:12.3364553Z   ssh-user: git
2026-07-19T14:59:12.3364906Z   persist-credentials: true
2026-07-19T14:59:12.3365307Z   clean: true
2026-07-19T14:59:12.3365658Z   sparse-checkout-cone-mode: true
2026-07-19T14:59:12.3366071Z   fetch-tags: false
2026-07-19T14:59:12.3366419Z   show-progress: true
2026-07-19T14:59:12.3366767Z   lfs: false
2026-07-19T14:59:12.3367096Z   submodules: false
2026-07-19T14:59:12.3367458Z   set-safe-directory: true
2026-07-19T14:59:12.3368021Z ##[endgroup]
2026-07-19T14:59:12.4158852Z Syncing repository: BigscreenVR/spt-bs-core
2026-07-19T14:59:12.4160474Z ##[group]Getting Git version info
2026-07-19T14:59:12.4161118Z Working directory is '/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core'
2026-07-19T14:59:12.4162020Z [command]/usr/bin/git version
2026-07-19T14:59:12.4188377Z git version 2.43.0
2026-07-19T14:59:12.4206043Z ##[endgroup]
2026-07-19T14:59:12.4217152Z Temporarily overriding HOME='/home/reavus/actions-runner/_work/_temp/5af30bd1-6b05-4bd6-bf91-d9fdb00254a7' before making global git config changes
2026-07-19T14:59:12.4218464Z Adding repository directory to the temporary git global config as a safe directory
2026-07-19T14:59:12.4221484Z [command]/usr/bin/git config --global --add safe.directory /home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core
2026-07-19T14:59:12.4254432Z [command]/usr/bin/git config --local --get remote.origin.url
2026-07-19T14:59:12.4274689Z https://github.com/BigscreenVR/spt-bs-core
2026-07-19T14:59:12.4284797Z ##[group]Removing previously created refs, to avoid conflicts
2026-07-19T14:59:12.4288022Z [command]/usr/bin/git rev-parse --symbolic-full-name --verify --quiet HEAD
2026-07-19T14:59:12.4308455Z HEAD
2026-07-19T14:59:12.4340527Z ##[endgroup]
2026-07-19T14:59:12.4341409Z [command]/usr/bin/git submodule status
2026-07-19T14:59:12.4512658Z ##[group]Cleaning the repository
2026-07-19T14:59:12.4515474Z [command]/usr/bin/git clean -ffdx
2026-07-19T14:59:12.4544362Z Removing traceable-reqs
2026-07-19T14:59:12.4550535Z [command]/usr/bin/git reset --hard HEAD
2026-07-19T14:59:12.4726619Z HEAD is now at 27d57ea Merge 3b5258c545e54f3261d51a6071b95f5f0b8f74ca into 7815236bbaffe143dd8c3529442abdd2c3d2f5df
2026-07-19T14:59:12.4731346Z ##[endgroup]
2026-07-19T14:59:12.4732768Z ##[group]Disabling automatic garbage collection
2026-07-19T14:59:12.4735781Z [command]/usr/bin/git config --local gc.auto 0
2026-07-19T14:59:12.4760764Z ##[endgroup]
2026-07-19T14:59:12.4761452Z ##[group]Setting up auth
2026-07-19T14:59:12.4766288Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-07-19T14:59:12.4792989Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2026-07-19T14:59:12.4977543Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-07-19T14:59:12.5003796Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2026-07-19T14:59:12.5186552Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-07-19T14:59:12.5213081Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-07-19T14:59:12.5398464Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic ***
2026-07-19T14:59:12.5429383Z ##[endgroup]
2026-07-19T14:59:12.5430149Z ##[group]Fetching the repository
2026-07-19T14:59:12.5435963Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=2 origin +27d57eaee15436ddbc7670f80d21a0de6ab1dd84:refs/remotes/pull/34/merge
2026-07-19T14:59:13.1075159Z ##[endgroup]
2026-07-19T14:59:13.1076462Z ##[group]Determining the checkout info
2026-07-19T14:59:13.1077522Z ##[endgroup]
2026-07-19T14:59:13.1083549Z [command]/usr/bin/git sparse-checkout disable
2026-07-19T14:59:13.1141053Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
2026-07-19T14:59:13.1170610Z ##[group]Checking out the ref
2026-07-19T14:59:13.1171411Z [command]/usr/bin/git checkout --progress --force refs/remotes/pull/34/merge
2026-07-19T14:59:13.1213971Z HEAD is now at 27d57ea Merge 3b5258c545e54f3261d51a6071b95f5f0b8f74ca into 7815236bbaffe143dd8c3529442abdd2c3d2f5df
2026-07-19T14:59:13.1248894Z ##[endgroup]
2026-07-19T14:59:13.1251919Z [command]/usr/bin/git log -1 --format=%H
2026-07-19T14:59:13.1274326Z 27d57eaee15436ddbc7670f80d21a0de6ab1dd84
